From af9e4ad732f8e22c97af97aa1c5243eb6690b18f Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Wed, 30 Nov 2005 11:36:57 +0100 Subject: [PATCH] writable_pl1e in shadow mode is a machine address, so is type physaddr_t, not unsigned long. Signed-off-by: Jun Nakajima Signed-off-by: Keir Fraser --- xen/include/asm-x86/shadow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/asm-x86/shadow.h b/xen/include/asm-x86/shadow.h index eb0dd78a8a..fa1488cc06 100644 --- a/xen/include/asm-x86/shadow.h +++ b/xen/include/asm-x86/shadow.h @@ -317,7 +317,7 @@ struct out_of_sync_entry { unsigned long gpfn; /* why is this here? */ unsigned long gmfn; unsigned long snapshot_mfn; - unsigned long writable_pl1e; /* NB: this is a machine address */ + physaddr_t writable_pl1e; /* NB: this is a machine address */ unsigned long va; }; -- 2.30.2